home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Wyszukiwarki / Bingooo 2.6.0 / Bingooo_english.exe / {app} / BINGOOO.exe / 0 / RCDATA / TFORM13 / TFORM13.txt
Text File  |  2002-06-14  |  8KB  |  352 lines

  1. object Form13: TForm13
  2.   Left = 279
  3.   Top = 135
  4.   Width = 640
  5.   Height = 480
  6.   BorderWidth = 1
  7.   Caption = 'Abstract'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object CoolBar1: TCoolBar
  19.     Left = 0
  20.     Top = 0
  21.     Width = 630
  22.     Height = 44
  23.     AutoSize = True
  24.     Bands = <
  25.       item
  26.         Control = ToolBar1
  27.         ImageIndex = -1
  28.         MinHeight = 40
  29.         Width = 626
  30.       end>
  31.     object ToolBar1: TToolBar
  32.       Left = 9
  33.       Top = 0
  34.       Width = 613
  35.       Height = 40
  36.       AutoSize = True
  37.       ButtonHeight = 40
  38.       ButtonWidth = 52
  39.       Caption = 'ToolBar1'
  40.       EdgeInner = esNone
  41.       EdgeOuter = esNone
  42.       Flat = True
  43.       HotImages = Form1.ImageList3
  44.       Images = Form1.ImageList1
  45.       ShowCaptions = True
  46.       TabOrder = 0
  47.       object ToolButton3: TToolButton
  48.         Left = 0
  49.         Top = 0
  50.         Caption = 'WebClip'
  51.         ImageIndex = 25
  52.         OnClick = ToolButton3Click
  53.       end
  54.       object ToolButton2: TToolButton
  55.         Left = 52
  56.         Top = 0
  57.         Caption = 'ClipBoard'
  58.         ImageIndex = 26
  59.         OnClick = ToolButton2Click
  60.       end
  61.       object ToolButton5: TToolButton
  62.         Left = 104
  63.         Top = 0
  64.         Width = 8
  65.         ImageIndex = 4
  66.         Style = tbsSeparator
  67.       end
  68.       object ToolButton1: TToolButton
  69.         Left = 112
  70.         Top = 0
  71.         Caption = 'Export'
  72.         ImageIndex = 27
  73.         OnClick = ToolButton1Click
  74.       end
  75.       object ToolButton4: TToolButton
  76.         Left = 164
  77.         Top = 0
  78.         Caption = 'Print'
  79.         ImageIndex = 15
  80.         OnClick = ToolButton4Click
  81.       end
  82.       object ToolButton6: TToolButton
  83.         Left = 216
  84.         Top = 0
  85.         Width = 8
  86.         ImageIndex = 4
  87.         Style = tbsSeparator
  88.       end
  89.       object ToolButton7: TToolButton
  90.         Left = 224
  91.         Top = 0
  92.         Caption = 'Exit'
  93.         ImageIndex = 13
  94.         OnClick = ToolButton7Click
  95.       end
  96.       object Label2: TLabel
  97.         Left = 276
  98.         Top = 0
  99.         Width = 66
  100.         Height = 40
  101.         Caption = 'Original words'
  102.         Visible = False
  103.       end
  104.       object Label3: TLabel
  105.         Left = 342
  106.         Top = 0
  107.         Width = 65
  108.         Height = 40
  109.         Caption = 'Unique words'
  110.         Visible = False
  111.       end
  112.     end
  113.   end
  114.   object Panel4: TPanel
  115.     Left = 0
  116.     Top = 44
  117.     Width = 630
  118.     Height = 29
  119.     Align = alTop
  120.     Alignment = taLeftJustify
  121.     BevelOuter = bvNone
  122.     Caption = ' Title'
  123.     Color = clBtnShadow
  124.     Font.Charset = ANSI_CHARSET
  125.     Font.Color = clWhite
  126.     Font.Height = -13
  127.     Font.Name = 'Tahoma'
  128.     Font.Style = [fsBold]
  129.     ParentFont = False
  130.     TabOrder = 1
  131.     OnResize = Panel4Resize
  132.     object Panel7: TPanel
  133.       Left = 0
  134.       Top = 0
  135.       Width = 630
  136.       Height = 3
  137.       Align = alTop
  138.       BevelOuter = bvNone
  139.       TabOrder = 0
  140.     end
  141.     object Panel8: TPanel
  142.       Left = 0
  143.       Top = 26
  144.       Width = 630
  145.       Height = 3
  146.       Align = alBottom
  147.       BevelOuter = bvNone
  148.       TabOrder = 1
  149.     end
  150.     object Panel9: TPanel
  151.       Left = 0
  152.       Top = 3
  153.       Width = 630
  154.       Height = 23
  155.       Align = alClient
  156.       Alignment = taLeftJustify
  157.       BevelOuter = bvNone
  158.       ParentColor = True
  159.       TabOrder = 2
  160.       object PaintBox1: TPaintBox
  161.         Left = 0
  162.         Top = 0
  163.         Width = 630
  164.         Height = 23
  165.         Align = alClient
  166.         OnPaint = PaintBox1Paint
  167.       end
  168.       object Label4: TLabel
  169.         Left = 5
  170.         Top = 3
  171.         Width = 92
  172.         Height = 16
  173.         Caption = 'Title'
  174.         ShowAccelChar = False
  175.         Transparent = True
  176.       end
  177.     end
  178.   end
  179.   object StatusBar1: TStatusBar
  180.     Left = 0
  181.     Top = 432
  182.     Width = 630
  183.     Height = 19
  184.     Panels = <
  185.       item
  186.         Text = '100 original words'
  187.         Width = 95
  188.       end
  189.       item
  190.         Text = '80 unique words'
  191.         Width = 95
  192.       end
  193.       item
  194.         Width = 50
  195.       end>
  196.     SimplePanel = False
  197.   end
  198.   object Panel1: TPanel
  199.     Left = 0
  200.     Top = 73
  201.     Width = 630
  202.     Height = 359
  203.     Align = alClient
  204.     BevelOuter = bvNone
  205.     TabOrder = 3
  206.     object Splitter1: TSplitter
  207.       Left = 437
  208.       Top = 0
  209.       Width = 4
  210.       Height = 359
  211.       Cursor = crHSplit
  212.       Align = alRight
  213.     end
  214.     object Panel2: TPanel
  215.       Left = 0
  216.       Top = 0
  217.       Width = 437
  218.       Height = 359
  219.       Align = alClient
  220.       BevelOuter = bvLowered
  221.       TabOrder = 0
  222.       object Panel3: TPanel
  223.         Left = 1
  224.         Top = 1
  225.         Width = 435
  226.         Height = 20
  227.         Align = alTop
  228.         Alignment = taLeftJustify
  229.         Caption = ' Abstract'
  230.         TabOrder = 0
  231.         object Panel10: TPanel
  232.           Left = 230
  233.           Top = 1
  234.           Width = 204
  235.           Height = 18
  236.           Align = alRight
  237.           BevelOuter = bvNone
  238.           ParentColor = True
  239.           TabOrder = 0
  240.           object Label1: TLabel
  241.             Left = 18
  242.             Top = 2
  243.             Width = 37
  244.             Height = 13
  245.             Caption = 'Length:'
  246.             Font.Charset = ANSI_CHARSET
  247.             Font.Color = clBlack
  248.             Font.Height = -11
  249.             Font.Name = 'Tahoma'
  250.             Font.Style = []
  251.             ParentFont = False
  252.             ParentShowHint = False
  253.             ShowHint = True
  254.             Layout = tlCenter
  255.           end
  256.           object Label6: TLabel
  257.             Left = 165
  258.             Top = 2
  259.             Width = 32
  260.             Height = 13
  261.             Caption = '100 %'
  262.             Font.Charset = ANSI_CHARSET
  263.             Font.Color = clBlack
  264.             Font.Height = -11
  265.             Font.Name = 'Tahoma'
  266.             Font.Style = []
  267.             ParentFont = False
  268.           end
  269.           object TrackBar1: TTrackBar
  270.             Left = 61
  271.             Top = 2
  272.             Width = 100
  273.             Height = 25
  274.             Min = 1
  275.             Orientation = trHorizontal
  276.             Frequency = 1
  277.             Position = 1
  278.             SelEnd = 0
  279.             SelStart = 0
  280.             TabOrder = 0
  281.             ThumbLength = 10
  282.             TickMarks = tmBoth
  283.             TickStyle = tsNone
  284.             OnChange = TrackBar1Change
  285.           end
  286.         end
  287.       end
  288.       object RichEdit1: TRichEdit
  289.         Left = 1
  290.         Top = 21
  291.         Width = 435
  292.         Height = 337
  293.         Align = alClient
  294.         BorderStyle = bsNone
  295.         Font.Charset = ANSI_CHARSET
  296.         Font.Color = clWindowText
  297.         Font.Height = -13
  298.         Font.Name = 'Tahoma'
  299.         Font.Style = []
  300.         ParentFont = False
  301.         ScrollBars = ssVertical
  302.         TabOrder = 1
  303.       end
  304.     end
  305.     object Panel5: TPanel
  306.       Left = 441
  307.       Top = 0
  308.       Width = 189
  309.       Height = 359
  310.       Align = alRight
  311.       BevelOuter = bvLowered
  312.       TabOrder = 1
  313.       object Panel6: TPanel
  314.         Left = 1
  315.         Top = 1
  316.         Width = 187
  317.         Height = 20
  318.         Align = alTop
  319.         Alignment = taLeftJustify
  320.         Caption = ' Keywords'
  321.         TabOrder = 0
  322.       end
  323.       object ListBox1: TListBox
  324.         Left = 1
  325.         Top = 21
  326.         Width = 187
  327.         Height = 337
  328.         Align = alClient
  329.         BorderStyle = bsNone
  330.         Font.Charset = ANSI_CHARSET
  331.         Font.Color = clWindowText
  332.         Font.Height = -13
  333.         Font.Name = 'Tahoma'
  334.         Font.Style = []
  335.         ItemHeight = 16
  336.         ParentFont = False
  337.         Sorted = True
  338.         TabOrder = 1
  339.       end
  340.     end
  341.   end
  342.   object SaveDialog1: TSaveDialog
  343.     Filter = 'Rich Text Format (RTF)|.rtf'
  344.     Left = 475
  345.     Top = 10
  346.   end
  347.   object PrintDialog1: TPrintDialog
  348.     Left = 523
  349.     Top = 10
  350.   end
  351. end
  352.